Update spec.
authorAnders Carlsson <andersca@imendio.com>
Tue, 15 Mar 2005 13:18:25 +0000 (13:18 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Tue, 15 Mar 2005 13:18:25 +0000 (13:18 +0000)
commit3fc42d7ab9602fc8f9e41c09de427f2e76950286
tree192c8012b453689152e3a8d6c9e67b5c5ccc774c
parent7c12edeb935bf74a68025896e29b6ee01896d49d
Update spec.

2005-03-15  Anders Carlsson  <andersca@imendio.com>

* docs/iconcache.txt:
Update spec.

* gtk/gtkiconcache.c: (find_image_offset),
(_gtk_icon_cache_get_icon_flags), (_gtk_icon_cache_add_icons),
(_gtk_icon_cache_get_icon), (_gtk_icon_cache_get_icon_data):
* gtk/gtkiconcache.h:
Update to be able to fetch pixbuf data and icon metadata.

* gtk/gtkicontheme.c: (theme_lookup_icon), (gtk_icon_info_free),
(icon_info_ensure_scale_and_pixbuf):
Use new cache functions.

* gtk/updateiconcache.c: (foreach_remove_func), (load_icon_data),
(maybe_cache_image_data), (scan_directory), (write_pixdata),
(get_image_meta_data_size), (get_image_pixel_data_size),
(get_image_data_size), (get_single_node_size), (get_bucket_size),
(write_bucket), (main):
Update to write pixbuf data as well as information from .icon
files.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
docs/iconcache.txt
gtk/gtkiconcache.c
gtk/gtkiconcache.h
gtk/gtkicontheme.c
gtk/updateiconcache.c